• frmRegistration.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmRegistration
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmRegistration));
32             
this.btnCheckAvailability = new System.Windows.Forms.Button();
33             
this.groupBox1 = new System.Windows.Forms.GroupBox();
34             
this.cmbUserType = new System.Windows.Forms.ComboBox();
35             
this.label1 = new System.Windows.Forms.Label();
36             
this.txtContact_no = new System.Windows.Forms.TextBox();
37             
this.txtEmail_Address = new System.Windows.Forms.TextBox();
38             
this.txtName = new System.Windows.Forms.TextBox();
39             
this.txtPassword = new System.Windows.Forms.TextBox();
40             
this.label6 = new System.Windows.Forms.Label();
41             
this.label5 = new System.Windows.Forms.Label();
42             
this.label4 = new System.Windows.Forms.Label();
43             
this.label3 = new System.Windows.Forms.Label();
44             
this.txtUsername = new System.Windows.Forms.TextBox();
45             
this.label2 = new System.Windows.Forms.Label();
46             
this.panel1 = new System.Windows.Forms.Panel();
47             
this.btnUpdate_record = new System.Windows.Forms.Button();
48             
this.btnGetDetails = new System.Windows.Forms.Button();
49             
this.btnNewRecord = new System.Windows.Forms.Button();
50             
this.btnDelete = new System.Windows.Forms.Button();
51             
this.btnRegister = new System.Windows.Forms.Button();
52             
this.groupBox1.SuspendLayout();
53             
this.panel1.SuspendLayout();
54             
this.SuspendLayout();
55             
//
56             
// btnCheckAvailability
57             
//
58             
this.btnCheckAvailability.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
59             
this.btnCheckAvailability.ForeColor = System.Drawing.Color.Black;
60             
this.btnCheckAvailability.Location = new System.Drawing.Point(327, 32);
61             
this.btnCheckAvailability.Name = "btnCheckAvailability";
62             
this.btnCheckAvailability.Size = new System.Drawing.Size(121, 27);
63             
this.btnCheckAvailability.TabIndex = 5;
64             
this.btnCheckAvailability.Text = "Check Availabilty";
65             
this.btnCheckAvailability.UseVisualStyleBackColor = true;
66             
this.btnCheckAvailability.Click += new System.EventHandler(this.CheckAvailability_Click);
67             
//
68             
// groupBox1
69             
//
70             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
71             
this.groupBox1.Controls.Add(this.cmbUserType);
72             
this.groupBox1.Controls.Add(this.label1);
73             
this.groupBox1.Controls.Add(this.txtContact_no);
74             
this.groupBox1.Controls.Add(this.txtEmail_Address);
75             
this.groupBox1.Controls.Add(this.btnCheckAvailability);
76             
this.groupBox1.Controls.Add(this.txtName);
77             
this.groupBox1.Controls.Add(this.txtPassword);
78             
this.groupBox1.Controls.Add(this.label6);
79             
this.groupBox1.Controls.Add(this.label5);
80             
this.groupBox1.Controls.Add(this.label4);
81             
this.groupBox1.Controls.Add(this.label3);
82             
this.groupBox1.Controls.Add(this.txtUsername);
83             
this.groupBox1.Controls.Add(this.label2);
84             
this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85             
this.groupBox1.ForeColor = System.Drawing.Color.Black;
86             
this.groupBox1.Location = new System.Drawing.Point(31, 27);
87             
this.groupBox1.Name = "groupBox1";
88             
this.groupBox1.Size = new System.Drawing.Size(464, 268);
89             
this.groupBox1.TabIndex = 0;
90             
this.groupBox1.TabStop = false;
91             
this.groupBox1.Text = "User Details";
92             
//
93             
// cmbUserType
94             
//
95             
this.cmbUserType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
96             
this.cmbUserType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
97             
this.cmbUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98             
this.cmbUserType.FormattingEnabled = true;
99             
this.cmbUserType.Items.AddRange(new object[] {
100             
"Admin",
101             
"Sales Person",
102             
"Warehouse Worker",
103             
"Warehouse Manager"});
104             
this.cmbUserType.Location = new System.Drawing.Point(139, 68);
105             
this.cmbUserType.Name = "cmbUserType";
106             
this.cmbUserType.Size = new System.Drawing.Size(172, 25);
107             
this.cmbUserType.TabIndex = 1;
108             
//
109             
// label1
110             
//
111             
this.label1.AutoSize = true;
112             
this.label1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
113             
this.label1.Location = new System.Drawing.Point(42, 71);
114             
this.label1.Name = "label1";
115             
this.label1.Size = new System.Drawing.Size(70, 18);
116             
this.label1.TabIndex = 19;
117             
this.label1.Text = "User Type";
118             
//
119             
// txtContact_no
120             
//
121             
this.txtContact_no.Location = new System.Drawing.Point(139, 181);
122             
this.txtContact_no.Name = "txtContact_no";
123             
this.txtContact_no.Size = new System.Drawing.Size(133, 24);
124             
this.txtContact_no.TabIndex = 4;
125             
this.txtContact_no.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtContact_no_KeyPress);
126             
//
127             
// txtEmail_Address
128             
//
129             
this.txtEmail_Address.Location = new System.Drawing.Point(139, 217);
130             
this.txtEmail_Address.Name = "txtEmail_Address";
131             
this.txtEmail_Address.Size = new System.Drawing.Size(246, 24);
132             
this.txtEmail_Address.TabIndex = 5;
133             
this.txtEmail_Address.Validating += new System.ComponentModel.CancelEventHandler(this.Email_Address_Validating);
134             
//
135             
// txtName
136             
//
137             
this.txtName.Location = new System.Drawing.Point(139, 145);
138             
this.txtName.Name = "txtName";
139             
this.txtName.Size = new System.Drawing.Size(246, 24);
140             
this.txtName.TabIndex = 3;
141             
this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Name_Of_User_KeyPress);
142             
//
143             
// txtPassword
144             
//
145             
this.txtPassword.Location = new System.Drawing.Point(139, 106);
146             
this.txtPassword.Name = "txtPassword";
147             
this.txtPassword.PasswordChar = '*';
148             
this.txtPassword.Size = new System.Drawing.Size(172, 24);
149             
this.txtPassword.TabIndex = 2;
150             
//
151             
// label6
152             
//
153             
this.label6.AutoSize = true;
154             
this.label6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.label6.Location = new System.Drawing.Point(42, 219);
156             
this.label6.Name = "label6";
157             
this.label6.Size = new System.Drawing.Size(43, 18);
158             
this.label6.TabIndex = 18;
159             
this.label6.Text = "Email";
160             
//
161             
// label5
162             
//
163             
this.label5.AutoSize = true;
164             
this.label5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.label5.Location = new System.Drawing.Point(42, 181);
166             
this.label5.Name = "label5";
167             
this.label5.Size = new System.Drawing.Size(80, 18);
168             
this.label5.TabIndex = 17;
169             
this.label5.Text = "Contact No.";
170             
//
171             
// label4
172             
//
173             
this.label4.AutoSize = true;
174             
this.label4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
175             
this.label4.Location = new System.Drawing.Point(42, 147);
176             
this.label4.Name = "label4";
177             
this.label4.Size = new System.Drawing.Size(45, 18);
178             
this.label4.TabIndex = 16;
179             
this.label4.Text = "Name";
180             
//
181             
// label3
182             
//
183             
this.label3.AutoSize = true;
184             
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
185             
this.label3.Location = new System.Drawing.Point(42, 112);
186             
this.label3.Name = "label3";
187             
this.label3.Size = new System.Drawing.Size(67, 18);
188             
this.label3.TabIndex = 15;
189             
this.label3.Text = "Password";
190             
//
191             
// txtUsername
192             
//
193             
this.txtUsername.Location = new System.Drawing.Point(139, 34);
194             
this.txtUsername.Name = "txtUsername";
195             
this.txtUsername.Size = new System.Drawing.Size(172, 24);
196             
this.txtUsername.TabIndex = 0;
197             
this.txtUsername.TextChanged += new System.EventHandler(this.Username_TextChanged);
198             
this.txtUsername.Validating += new System.ComponentModel.CancelEventHandler(this.Username_Validating);
199             
//
200             
// label2
201             
//
202             
this.label2.AutoSize = true;
203             
this.label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
204             
this.label2.Location = new System.Drawing.Point(42, 36);
205             
this.label2.Name = "label2";
206             
this.label2.Size = new System.Drawing.Size(76, 18);
207             
this.label2.TabIndex = 13;
208             
this.label2.Text = "User Name";
209             
//
210             
// panel1
211             
//
212             
this.panel1.BackColor = System.Drawing.Color.Transparent;
213             
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
214             
this.panel1.Controls.Add(this.btnUpdate_record);
215             
this.panel1.Controls.Add(this.btnGetDetails);
216             
this.panel1.Controls.Add(this.btnNewRecord);
217             
this.panel1.Controls.Add(this.btnDelete);
218             
this.panel1.Controls.Add(this.btnRegister);
219             
this.panel1.Location = new System.Drawing.Point(31, 310);
220             
this.panel1.Name = "panel1";
221             
this.panel1.Size = new System.Drawing.Size(464, 61);
222             
this.panel1.TabIndex = 1;
223             
//
224             
// btnUpdate_record
225             
//
226             
this.btnUpdate_record.Enabled = false;
227             
this.btnUpdate_record.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
228             
this.btnUpdate_record.Location = new System.Drawing.Point(277, 13);
229             
this.btnUpdate_record.Name = "btnUpdate_record";
230             
this.btnUpdate_record.Size = new System.Drawing.Size(82, 31);
231             
this.btnUpdate_record.TabIndex = 3;
232             
this.btnUpdate_record.Text = "&Update";
233             
this.btnUpdate_record.UseVisualStyleBackColor = true;
234             
this.btnUpdate_record.Click += new System.EventHandler(this.Update_record_Click);
235             
//
236             
// btnGetDetails
237             
//
238             
this.btnGetDetails.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
239             
this.btnGetDetails.Location = new System.Drawing.Point(365, 13);
240             
this.btnGetDetails.Name = "btnGetDetails";
241             
this.btnGetDetails.RightToLeft = System.Windows.Forms.RightToLeft.No;
242             
this.btnGetDetails.Size = new System.Drawing.Size(82, 31);
243             
this.btnGetDetails.TabIndex = 4;
244             
this.btnGetDetails.Text = "&Get Data";
245             
this.btnGetDetails.UseVisualStyleBackColor = true;
246             
this.btnGetDetails.Click += new System.EventHandler(this.GetDetails_Click);
247             
//
248             
// btnNewRecord
249             
//
250             
this.btnNewRecord.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
251             
this.btnNewRecord.Location = new System.Drawing.Point(13, 13);
252             
this.btnNewRecord.Name = "btnNewRecord";
253             
this.btnNewRecord.Size = new System.Drawing.Size(82, 31);
254             
this.btnNewRecord.TabIndex = 0;
255             
this.btnNewRecord.Text = "&New";
256             
this.btnNewRecord.UseVisualStyleBackColor = true;
257             
this.btnNewRecord.Click += new System.EventHandler(this.NewRecord_Click);
258             
//
259             
// btnDelete
260             
//
261             
this.btnDelete.Enabled = false;
262             
this.btnDelete.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
263             
this.btnDelete.Location = new System.Drawing.Point(189, 13);
264             
this.btnDelete.Name = "btnDelete";
265             
this.btnDelete.Size = new System.Drawing.Size(82, 31);
266             
this.btnDelete.TabIndex = 2;
267             
this.btnDelete.Text = "&Delete";
268             
this.btnDelete.UseVisualStyleBackColor = true;
269             
this.btnDelete.Click += new System.EventHandler(this.Delete_Click);
270             
//
271             
// btnRegister
272             
//
273             
this.btnRegister.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
274             
this.btnRegister.Location = new System.Drawing.Point(101, 13);
275             
this.btnRegister.Name = "btnRegister";
276             
this.btnRegister.Size = new System.Drawing.Size(82, 31);
277             
this.btnRegister.TabIndex = 1;
278             
this.btnRegister.Text = "&Register";
279             
this.btnRegister.UseVisualStyleBackColor = true;
280             
this.btnRegister.Click += new System.EventHandler(this.Register_Click);
281             
//
282             
// frmRegistration
283             
//
284             
this.AcceptButton = this.btnRegister;
285             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
286             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
287             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
288             
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
289             
this.ClientSize = new System.Drawing.Size(529, 387);
290             
this.Controls.Add(this.panel1);
291             
this.Controls.Add(this.groupBox1);
292             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
293             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
294             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
295             
this.MaximizeBox = false;
296             
this.MinimizeBox = false;
297             
this.Name = "frmRegistration";
298             
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
299             
this.ShowIcon = false;
300             
this.ShowInTaskbar = false;
301             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
302             
this.Text = "Registration";
303             
this.Load += new System.EventHandler(this.Form1_Load);
304             
this.groupBox1.ResumeLayout(false);
305             
this.groupBox1.PerformLayout();
306             
this.panel1.ResumeLayout(false);
307             
this.ResumeLayout(false);
308
309         }
310
311         
#endregion
312
313         
private System.Windows.Forms.Button btnCheckAvailability;
314         
private System.Windows.Forms.GroupBox groupBox1;
315         
private System.Windows.Forms.TextBox txtName;
316         
private System.Windows.Forms.TextBox txtPassword;
317         
private System.Windows.Forms.Label label6;
318         
private System.Windows.Forms.Label label5;
319         
private System.Windows.Forms.Label label4;
320         
private System.Windows.Forms.Label label3;
321         
private System.Windows.Forms.TextBox txtUsername;
322         
private System.Windows.Forms.Label label2;
323         
private System.Windows.Forms.Panel panel1;
324         
private System.Windows.Forms.Button btnUpdate_record;
325         
private System.Windows.Forms.Button btnGetDetails;
326         
private System.Windows.Forms.Button btnNewRecord;
327         
private System.Windows.Forms.Button btnDelete;
328         
private System.Windows.Forms.Button btnRegister;
329         
private System.Windows.Forms.TextBox txtEmail_Address;
330         
private System.Windows.Forms.TextBox txtContact_no;
331         
private System.Windows.Forms.ComboBox cmbUserType;
332         
private System.Windows.Forms.Label label1;
333     }
334 }


Gõ tìm kiếm nhanh...